home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000132_news@columbia.edu _Tue Mar 21 10:03:51 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA15169
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 21 Mar 2000 10:03:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA00373
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 21 Mar 2000 09:44:12 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: C-Kermit SVR3/386 Binary Needed
  11. Date: 21 Mar 2000 14:44:10 GMT
  12. Organization: Columbia University
  13. Message-ID: <8b81rq$bi$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <Frqv1r.K9G@fcshome.stoneham.ma.us>,
  17. fred smith  <fredex@fcshome.stoneham.ma.us> wrote:
  18. : In comp.unix.programmer Alan Rice <arice@benchmark-systems.com> wrote:
  19. : : Thanks to Frank and Kenneth C. who replied and saved the day. You have
  20. : : saved the day!
  21. : So, what was the final solution?
  22. Kenneth Cochran got C-Kermit 6.0 and 7.0 built on Sunsoft Interactive UNIX
  23. System V/386 R3.2 V1.1.1, both with and without TCP/IP.  Also a copy of
  24. G-Kermit.  None of the other likely candidates (old SCO binaries, COHERENT,
  25. etc) worked.
  26.  
  27. The 6.0 version worked out of the box on Alan's PC.  The 7.0 version bombed
  28. upon SET LINE with an illegal system call, which turned out to be dup2().
  29. So then we made another set of 7.0 binaries that don't contain any calls to
  30. dup2() (but we haven't heard back about them yet).
  31.  
  32. The new binaries are in ftp://kermit.columbia.edu/kermit/bin/:
  33.  
  34.   cku192.is5r3jc           C-Kermit 6.0.192 (no TCP/IP)
  35.   cku192.is5r3netjc        C-Kermit 6.0.192 (with TCP/IP)
  36.   cku197.is5r3jc           C-Kermit 7.0.197 (no TCP/IP)
  37.   cku197.is5r3netjc        C-Kermit 7.0.197 (with TCP/IP)
  38.   cku197.sys5r3is          C-Kermit 7.0.197 (no TCP/IP, no dup2)
  39.   cku197.sys5r3isnet       C-Kermit 7.0.197 (with TCP/IP, no dup2)
  40.   gku100.i386-is5r3-4.1.1  G-Kermit 1.00
  41.  
  42. They arrived just in time for the C-Kermit 7.0 CDROM, which, barring any
  43. further unforeseen detours, should go to press today.  Another last-minute
  44. arrival was Unixware 1.1.
  45.  
  46. The most significant omission is for AIX with AIXLink X.25 -- the code
  47. is written and tested, but nobody was able to make a binary.
  48.  
  49. Perhaps less significant but just as disappointing is a missing 4.3BSD RT PC
  50. binary, which was made but the machine died before it could be uploaded.
  51.  
  52. In the end, we'll have nearly 500 C-Kermit and G-Kermit binaries on the
  53. CDROM, probably the widest variety of platforms covered by any software
  54. package, ever, thanks to the many people who contributed to the project.
  55.  
  56. - Frank